翻訳と辞書
Words near each other
・ Unified Police Department of Greater Salt Lake
・ Unified Political Command
・ Unified Popular Action Front
・ Unified Popular Front
・ Unified power flow controller
・ Unified Power Format
・ Unified Primary
・ Unified Process
・ Unified Progressive Party
・ Unified Radical Liberal Party
・ Unified Remote
・ Unified S-band
・ Unified school district
・ Unified Science
・ Unified settlement planning
Unified shader model
・ Unified Smart Grid
・ Unified Socialist League
・ Unified Socialist Party
・ Unified Socialist Party (Burkina Faso)
・ Unified Socialist Party (France)
・ Unified Socialist Party (Italy)
・ Unified Socialist Party (Morocco)
・ Unified Socialist Party of Andalusia
・ Unified Socialist Party of Catalonia
・ Unified Socialist Party of Mexico
・ Unified Socialist Youth
・ Unified Soil Classification System
・ Unified Speech and Audio Coding
・ Unified Sports Classification of Ukraine


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unified shader model : ウィキペディア英語版
Unified shader model

The Unified Shader Model (known in OpenGL as simply "Unified Shader Model," known in Direct3D 10 as "Shader Model 4.0"), represents a form of shaders where all shader stages in the rendering pipeline (geometry, vertex, pixel, etc) have the same capabilities. They can all read textures and buffers, and they use instruction sets that are almost identical.〔(【引用サイトリンク】 title=Common Shader Core (DirectX HLSL) )
The instruction set is not completely the same between different shader types; different shader stages may have a few distinctions. Fragment/pixel shaders can compute implicit texture coordinate gradients, while geometry shaders can emit rendering primitives.〔
Early shader abstractions (such as Shader Model 1.x) used very different instruction sets for vertex and pixel shaders, with vertex shaders having much more flexible instruction set. Later shader models (such as Shader Model 2.x and 3.0) reduced the differences, approaching Unified Shader Model.
== Unified Shading Architecture ==
Unified Shading Architecture is a hardware design by which all shader processing units of a piece of graphics hardware are capable of handling any type of shading tasks. Most often Unified Shading Architecture hardware is composed of an array of computing units and some form of dynamic scheduling/load balancing system that ensures that all of the computational units are kept working as often as possible.
Unified Shader Architecture allows more flexible use of the graphics rendering hardware.〔(【引用サイトリンク】 title=GeForce 8800 GTX: 3D Architecture Overview )〕 For example, in a situation with a heavy geometry workload the system could allocate most computing units to run vertex and geometry shaders. In cases with less vertex workload and heavy pixel load, more computing units could be allocated to run pixel shaders.
While Unified Shading Architecture hardware and Unified Shader Model programming interfaces are not a requirement for each other, a unified architecture is most sensible when designing hardware intended to support an API offering a Unified Shader Model.
OpenGL 3.3 (which offers a unified shader model) can still be implemented on hardware that does not have unified shading architecture. Similarly, hardware that supported non unified shader model APIs could be based on a unified shader architecture, as is the case with Xenos graphics chip in Xbox 360, for example.
The unified shading architecture was introduced with the Nvidia GeForce 8 series, ATI Radeon HD 2000, S3 Chrome 400, Intel GMA X3000 series, Xbox 360's GPU, Qualcomm Adreno 200 series, PowerVR SGX GPUs and is used in all subsequent series.
Nvidia
* Tesla
* Fermi
* Kepler
* Maxwell
ATI/AMD
* TeraScale
* Graphics Core Next

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unified shader model」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.